SamplePaintChangeEvent

data class SamplePaintChangeEvent(val property: String, val value: Any? = null) : EventCustom

Triggered when the layer's paint properties change

Constructors

Link copied to clipboard
constructor(property: String, value: Any? = null)

Properties

Link copied to clipboard
open override val id: String
Link copied to clipboard
Link copied to clipboard
val value: Any? = null